package com.om.switchtopolymorphism;

public enum RateType {
	lifeline, interruptable, oneHourNotice, territorial, UNDEFINED
}
